home *** CD-ROM | disk | FTP | other *** search
/ Tux Racer / Tux Racer.iso / program files / Sunspire Studios / Tux Racer / courses / glacier / glacier1 / course.tcl next >
Encoding:
Text File  |  2001-09-09  |  418 b   |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. objset :course -course_name "Glacier 1"
  5. objset :course:heightmap -width 180
  6. objset :course:heightmap -length 1800
  7. objset :course:heightmap -play_width 160
  8. objset :course:heightmap -play_length 1769.38
  9. objset :course:heightmap -angle 28
  10. objset :course:heightmap -elev_scale 26
  11. objcall :course:heightmap load_elevation elev.png
  12.  
  13. objset :course -start_pt {90 8}
  14.  
  15. tux_course_init
  16.